home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / qdr28.arc / QD28.DOC < prev   
Encoding:
Text File  |  1987-02-05  |  3.7 KB  |  137 lines

  1.  
  2.  Command QDR                             Version 2.8
  3.  -----------                             Feb 5, 1987
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.     Re-format a floppy  disk quickly, optionally  with a new  volume
  9.     label, thus deleting all files and sub-directories.
  10.  
  11.  Format
  12.  ------
  13.         QDR [d:][label]  [/F][/1][/3][/4][/8] [/N] [/V]
  14.  
  15.  Remarks
  16.  -------
  17.     The d: parameter supplies the drive letter, A to K. If no  drive
  18.     letter    is  supplied,  A  is  used.   A  fixed    disk  can not be
  19.     re-formatted.
  20.  
  21.     You may supply a volume label (up to 11 characters)  immediately
  22.     following the drive letter.  For example:
  23.  
  24.         QDR b:scratch
  25.  
  26.     The /N option suppresses  the "press ENTER to  continue" prompt.
  27.     Otherwise, press  the enter  key to  reformat the  disk, or  the
  28.     ESCape key to cancel.
  29.  
  30.     Use the /F option to force a full format of all tracks.  The /1,
  31.     /3, /4, and /8 options apply to a full format.
  32.  
  33.     Bad clusters remain marked as bad unless a full format is
  34.     used, then clusters are marked as unusable if they can not be
  35.     formatted.  Use the /V option to receive a display of the
  36.     cluster numbers that are marked as not usable.
  37.  
  38.     The DOS error level is set to 0 for successful completion, or to
  39.     1 if any errors occur.
  40.  
  41.  Options
  42.  -------
  43.  
  44.     /F - forced format; uses BIOS to format and verify each track
  45.     /1 - forces single sided format, SSSD/8 or SSSD/9
  46.     /3 - forces DSQD format on 720K capacity drives
  47.     /4 - forces DSQD format on 1.2 mb drives
  48.     /8 - forces 8-sector format; for SSSD/8 or DSDD/8
  49.  
  50.     /N - no prompt; skips the "Press ENTER" message and reply
  51.     /V - verbose messages; displays a message for each cluster
  52.          that is marked as unusable
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  Command QDR                             Version 2.8
  62.  -----------                             Feb 5, 1987
  63.  
  64.  
  65.              Formatting
  66.              ----------
  67.  
  68.     To perform a full format of a disk sectors, use the /F    options.
  69.     It is recommended that you use DOS FORMAT since QDR is not  much
  70.     faster when doing a full format.  Both mark bad clusters.
  71.  
  72.     You may suppy /1 to force  SSSD format, /4 for DSQD (1.2mb),  or
  73.     /3 for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  74.  
  75.     Unless    /F  is    used,  the  diskette  must  have been previously
  76.     formatted.  The allowable diskette  formats are: DSQD (1.2mb  or
  77.     720kb), SSSD/8, SSSD/9, DSDD/8, and DSDD/9.  When information is
  78.     available for other drive types, they will be added to the  data
  79.     in the internal device table.  Your system hardware and software
  80.     must support the device type.
  81.  
  82.  
  83.  
  84.              Examples
  85.              --------
  86.  
  87.      o    Reformat a previously formatted and used diskette. Write a
  88.     volume label of SCRATCH:
  89.         QDR A:scratch
  90.  
  91.      o    Alternately format new diskettes in drives A and B.
  92.     First, create a BAT file called TWOFOR.BAT with these commands:
  93.         QDR A: /F/N
  94.         QDR B: /F/N
  95.         TWOFOR
  96.     Then, issue the command TWOFOR. When the last diskette has been
  97.     formatted, press ctrl-C to abort the program.
  98.  
  99.  
  100.  
  101.  
  102.              Version history
  103.              ---------------
  104.  
  105.     Version 2.7, 2/4/87
  106.       -  update boot sector with device  constant when  using /f  to
  107.          format, should correct problems  with 3.5    inch dsqd  drive
  108.       -  correct  initialization of  fat (not marking  bad clusters)
  109.          when using /f
  110.  
  111.     Version 2.8, 2/5/87
  112.       -  correct marking of fat for side 2
  113.       -  improve format verification, set retries to 2
  114.       -  add operator action request for drive not ready  or if disk
  115.          is write protected
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  Command QDR                             Version 2.8
  122.  -----------                             Feb 5, 1987
  123.  
  124.  
  125.  
  126.              Restrictions
  127.              ------------
  128.  
  129.     (c) Copyright Vernon D. Buerg 1986,87. All rights reserved.
  130.  
  131.     May be copied  and distributed in  its original form  only.  For
  132.     private, personal use.    Not for sale or hire.  Use this  program
  133.     at your  own risk.   No warranty  is given  and no  liability is
  134.     assumed.
  135.  
  136.  
  137.